home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glc11vis.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  295 b   |  18 lines

  1. on mouseDown
  2.   set the visible of sprite 48 to 0
  3.   puppetSound("Tone")
  4.   updateStage()
  5.   repeat while the mouseDown
  6.     nothing()
  7.   end repeat
  8.   set the visible of sprite 48 to 1
  9. end
  10.  
  11. on mouseUp
  12.   if the shiftDown then
  13.     go("index1", "MainMenu")
  14.   else
  15.     go("Main", "MainMenu")
  16.   end if
  17. end
  18.